Troubleshooting variables

As a script runs in debug mode, script and repository variables that are included in steps are displayed in the Variables pane. You can change the variable value during debugging without changing the script. This allows you to view the variable value and figure out why it is not working.

To change a variable value, select the value in the Variables pane and enter the value to use during debugging. You can enter other variables, numbers, strings, and constants, such as Pi, true, false, and FunctionError Number, or leave the value empty. The next step that uses the variable uses the Variables pane value instead of the script value.